Skip to content

Commit

Permalink
Remove (probably) unnecessary statement in wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jan 8, 2025
1 parent f8e342b commit 16be171
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dqmsquare_k8_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ PVC_DIR=/cinder/dqmsquare
echo "Creating logs dir $LOGS_DIR ..."
mkdir -p $LOGS_DIR

echo "Changing permissions for PVC claim $PVC_DIR ..."
if ! chown -R dqm $PVC_DIR >/dev/null 2>&1; then
echo "Failed to update permissions!"
fi
# echo "Changing permissions for PVC claim $PVC_DIR ..."
# if ! chown -R dqm $PVC_DIR >/dev/null 2>&1; then
# echo "Failed to update permissions!"
# fi

if [[ $service ]] && [[ $service = "server" ]]; then
python3 grabber.py production &
Expand Down

0 comments on commit 16be171

Please sign in to comment.