Skip to content

Commit

Permalink
Update specs-migration-util
Browse files Browse the repository at this point in the history
  • Loading branch information
aarikpokras authored Jan 13, 2023
1 parent 736f058 commit 4cbf028
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specs-migration-util
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/sh
echo "If you haven't already, rename your old spectacleOS folder."
echo "In these following questions, please make sure there are no spaces in the filenames, even if they're escaped. Wait 1s"
sleep 1
read -p "Please enter the path to your old spectacleOS /home folder. Ex: /Users/glassesguy/spectacleos/home " HOMEPATH
read -p "Please enter the path to your new spectacleOS folder. Ex: /Users/glassesguy/spectacleos" NHOMEPATH
read -p "Please enter the path to your new spectacleOS folder. Ex: /Users/glassesguy/spectacleos " NHOMEPATH
printf "\033[1;37mRemoving new home folder...\033[0m\n"
rm -rf $NHOMEPATH/home
printf "\033[1;37mDone.\033[0m\n"
Expand Down

0 comments on commit 4cbf028

Please sign in to comment.