Added app.conf file
This commit is contained in:
@@ -48,9 +48,10 @@ cp "$CODE_DIR/scripts/"* "$APP_DIR/scripts/"
|
||||
# Give execution permission to all scripts
|
||||
chmod +x "$APP_DIR/scripts/"*
|
||||
|
||||
# Run the manager.sh script with the "install" argument
|
||||
echo
|
||||
echo "--------------------"
|
||||
echo
|
||||
mkdir -p "$HOME/.local/bin"
|
||||
ln -s "$APP_DIR/scripts/manager.sh" "$HOME/.local/bin/db-middleware"
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
source ~/.bashrc
|
||||
|
||||
# Run the manager.sh script with the "install" argument
|
||||
"$APP_DIR/scripts/manager.sh" install
|
||||
Reference in New Issue
Block a user