January 22, 201115 yr I do have some problems with the dropbox start in my go script. Installation is working well if these commands are issue on the console: sleep 300 echo 100000 > /proc/sys/fs/inotify/max_user_watches ln -s /boot/custom/packages/.dropbox-dist /root/.dropbox-dist ln -s /mnt/disk1/.dropbox /root/.dropbox ln -s /mnt/disk1/Dropbox /root/Dropbox cd /root /root/.dropbox-dist/dropboxd & But if I put that same lines of code at the end of my go script its not working. The symlinks are created and the dropbox daemon is running but the daemon puts its files into other directories. It seems that it has something to do with '~'. I know that Dropbox operates on '~' on Linux. On the console this is the '/root' directory but in the go script '~' stands for '/'. What can I do? Many thanks in advance. Harald
Archived
This topic is now archived and is closed to further replies.