Better logs
This commit is contained in:
@@ -251,7 +251,7 @@ fi
|
|||||||
cd $ORIGINAL_DIRECTORY
|
cd $ORIGINAL_DIRECTORY
|
||||||
|
|
||||||
for scriptname in *.sh; do
|
for scriptname in *.sh; do
|
||||||
echo $scriptname
|
echo "Adding symlink of $scriptname to /usr/bin"
|
||||||
chmod +x $scriptname
|
chmod +x $scriptname
|
||||||
if [ -e /usr/bin/$scriptname ]; then
|
if [ -e /usr/bin/$scriptname ]; then
|
||||||
rm /usr/bin/$scriptname
|
rm /usr/bin/$scriptname
|
||||||
|
|||||||
Reference in New Issue
Block a user