Better logs

This commit is contained in:
nicolas.dorier
2018-05-18 01:34:18 +09:00
parent ef510aa506
commit 2cb9b4b52b

View File

@@ -251,7 +251,7 @@ fi
cd $ORIGINAL_DIRECTORY
for scriptname in *.sh; do
echo $scriptname
echo "Adding symlink of $scriptname to /usr/bin"
chmod +x $scriptname
if [ -e /usr/bin/$scriptname ]; then
rm /usr/bin/$scriptname