mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-28 20:53:16 +10:00
ownership
This commit is contained in:
parent
6edfc1e1d5
commit
db08e0d5eb
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
|||
# Export desktop environment shell configuration
|
||||
export $($REPO_ROOT/docker/scripts/environment.sh)
|
||||
|
||||
SECRETS_VOLUMES=$(cat $REPO_ROOT/docker/scripts/clean*.sh | grep DESKTOP_ | cut -f 2 -d ' ' | sort | uniq)
|
||||
SECRETS_VOLUMES=$(cat $REPO_ROOT/docker/scripts/clean*.sh | grep DESKTOP_ | grep -v SECRETS_ | cut -f 2 -d ' ' | sort | uniq)
|
||||
|
||||
for VOLUME_NAME in $SECRETS_VOLUMES; do
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue