Open WMahoney09 opened 4 years ago
possibly caused by:
for file in $files; do
echo "Moving .$file from ~ to $backupdir/$timestamp"
- mv ~/.$file ~/$backupdir/$timestamp/
+ mv ~/.$file $backupdir/$timestamp/.$file ## <- this fixes the path ($backupdir already includes ~/)
post install script