fix5
This commit is contained in:
@@ -16,8 +16,6 @@ function bootstrap {
|
||||
tar -xzf main.tar.gz --directory "$DESTINATION"
|
||||
echo "directory: miaou-bash successfully deployed to $DESTINATION"
|
||||
popd || return 3
|
||||
else
|
||||
echo "directory: miaou-bash already deployed!"
|
||||
fi
|
||||
|
||||
local source_bin="$DESTINATION/miaou-bash/bin/miaou-bash"
|
||||
@@ -25,8 +23,6 @@ function bootstrap {
|
||||
if ! cmp -s "$source_bin" "$dest_bin"; then
|
||||
cp -f "$source_bin" "$dest_bin"
|
||||
echo "executable: /usr/bin/miaou-bash freshly created"
|
||||
else
|
||||
echo "executable: /usr/bin/miaou-bash up-to-date!"
|
||||
fi
|
||||
|
||||
export MIAOU_BASH_DIR="$DESTINATION/miaou-bash"
|
||||
|
||||
Reference in New Issue
Block a user