Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions usr/bin/sourceutility
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ then
fi

else
echo $CYDIADIR " not found!"
echo $CYDIADIR "Not found!"

fi
else
Expand Down Expand Up @@ -162,7 +162,7 @@ then

fi
else
echo $SILEODIR " not found!"
echo $SILEODIR "Not found!"

fi
else
Expand All @@ -188,7 +188,7 @@ purge_ds_store() {
echo "Looking for .DS_STORE files to purge..."
cd /
find . -name '.DS_Store' -delete
echo "Finished pruging .DS_STORE files!"
echo "Finished purging .DS_STORE files!"
pause
}
restore_sources() {
Expand Down Expand Up @@ -237,7 +237,7 @@ restore_sources() {
mv $SILEOSOURCEBACKUP $SILEODIR
echo "Restored Sileo Sources!"
else
echo "No Sileo Source Backup!"
echo "No Sileo Source Backup found!"
fi
rm -r $SOURCEBACKUPDIR
else
Expand All @@ -259,7 +259,7 @@ sync_sileo_to_cydia() {
}

respring() {
echo "Do ${RED}NOT${STD} close terminate this script until your iOS Device has resprung."
echo "Do ${RED}NOT${STD} close or terminate this script until your iOS Device has resprung."
echo "Respringing..."
ldrestart
exit 0;
Expand Down Expand Up @@ -339,4 +339,4 @@ do

show_menus
read_options
done
done