quick fix
This commit is contained in:
@@ -16,7 +16,6 @@ function bootstrap {
|
||||
if ! cmp -s "$source_bin" "$dest_bin"; then
|
||||
cp -f "$source_bin" "$dest_bin"
|
||||
fi
|
||||
cd - || exit 3
|
||||
echo "miaou-bash refreshed from: $MIAOU_BASH_DIR"
|
||||
}
|
||||
# MAIN
|
||||
@@ -30,6 +29,7 @@ if [[ "$current" == "$latest" ]]; then
|
||||
else
|
||||
# TODO: prevent refresh from development purpose
|
||||
rm -rf "$MIAOU_BASH_DIR"
|
||||
echo BEFORE bootstrap
|
||||
bootstrap
|
||||
|
||||
echo BEFORE init
|
||||
|
||||
Reference in New Issue
Block a user